FossilOrigin-Name: d38386bcaca91497980292eeb6d3746e15a37418ea7eb4635b32d4f57efffa16
This commit is contained in:
2020-10-18 22:30:59 +00:00
parent 67db486f4f
commit bdddcd8ab8
4 changed files with 6 additions and 11 deletions

View File

@@ -33,8 +33,6 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
@@ -50,6 +48,7 @@ setup(
install_requires=requirements,
license="GNU General Public License v3",
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
include_package_data=True,
package_data = {
# If any package contains *.txt or *.rst files, include them:
@@ -62,6 +61,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/bit4bit/facho',
version='0.1.1',
version='0.1.2',
zip_safe=False,
)