Move packaging files to the top-level directory

This commit is contained in:
Andrey Vlasovskikh 2015-10-03 02:48:47 +03:00
parent 2c4a1d92fc
commit aea854253a
6 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
MANIFEST
build/
dist/
.idea/
__pycache__/

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include LICENSE README.rst

View File

@ -46,6 +46,6 @@ setup(name='typing',
license='PSF',
keywords='typing function annotations type hints hinting checking '
'checker typehints typehinting typechecking backport',
package_dir={'': '.'},
package_dir={'': 'src'},
py_modules=['typing'],
classifiers=classifiers)

View File

@ -1 +0,0 @@
include LICENSE