Add files via upload

This commit is contained in:
themixray 2021-11-10 19:26:52 +03:00 committed by GitHub
parent acc18cd6e4
commit c90e4875ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1523 additions and 5 deletions

21
setup.cfg Normal file
View 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: