remove obsolete MANIFEST.in file and include AUTHORS

pull/7/head
JensDiemer 2020-10-17 19:51:46 +02:00
rodzic 43df8508fe
commit dff0910bbe
2 zmienionych plików z 2 dodań i 18 usunięć

Wyświetl plik

@ -1,16 +0,0 @@
include MANIFEST.in
include AUTHORS
include LICENSE
include README.creole
include tox.ini
include pytest.ini
recursive-include inventory *.py *.html *.js *.css
recursive-include inventory_project *.py *.html
recursive-include inventory_tests *.py
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude inventory_project/media *
recursive-exclude inventory_project/static *

Wyświetl plik

@ -11,8 +11,7 @@ packages = [
keywords=['inventory','django']
classifiers = [
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 1 - Planning",
# "Development Status :: 2 - Pre-Alpha",
"Development Status :: 2 - Pre-Alpha",
# "Development Status :: 3 - Alpha",
# "Development Status :: 4 - Beta",
#"Development Status :: 5 - Production/Stable",
@ -30,6 +29,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"Operating System :: OS Independent",
]
include = ["AUTHORS"]
# Will be generated from README.creole with: 'poetry run update_rst_readme'
readme='README.rst'