Add files via upload
This commit is contained in:
parent
acc18cd6e4
commit
c90e4875ee
26 changed files with 1523 additions and 5 deletions
21
setup.cfg
Normal file
21
setup.cfg
Normal file
|
@ -0,0 +1,21 @@
|
|||
[metadata]
|
||||
name = pygwin0
|
||||
version = 0.0.1
|
||||
author = themixray
|
||||
author_email = simindeymo@gmail.com
|
||||
description = A library for creating Python applications.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
url = https://github.com/themixray/pygwin
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/themixray/pygwin/issues
|
||||
Wiki = https://github.com/themixray/pygwin/wiki
|
||||
classifiers =
|
||||
Programming Language :: Python :: 3
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
|
||||
[options]
|
||||
package_dir =
|
||||
= src
|
||||
packages = find:
|
Loading…
Add table
Add a link
Reference in a new issue