kopia lustrzana https://github.com/jedie/PyInventory
remove obsolete MANIFEST.in file and include AUTHORS
rodzic
43df8508fe
commit
dff0910bbe
16
MANIFEST.in
16
MANIFEST.in
|
@ -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 *
|
|
@ -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'
|
||||
|
|
Ładowanie…
Reference in New Issue