@@ -61,46 +61,5 @@ def get_absolute_path(*args):
6161
6262setup (name = 'deb-pkg-tools' ,
6363 version = get_version ('deb_pkg_tools' , '__init__.py' ),
64- description = "Debian packaging tools" ,
65- long_description = get_contents ('README.rst' ),
66- url = 'https://deb-pkg-tools.readthedocs.io' ,
67- author = "Peter Odding" ,
68- author_email = 'peter@peterodding.com' ,
69- license = 'MIT' ,
70- packages = find_packages (),
71- test_suite = 'deb_pkg_tools.tests' ,
72- install_requires = get_requirements ('requirements.txt' ),
73- extras_require = {
74- 'memcached' : ['python-memcached >= 1.58' ],
75- },
76- entry_points = dict (console_scripts = [
77- 'deb-pkg-tools = deb_pkg_tools.cli:main' ,
78- ]),
79- classifiers = [
80- 'Development Status :: 5 - Production/Stable' ,
81- 'Environment :: Console' ,
82- 'Intended Audience :: Developers' ,
83- 'Intended Audience :: Information Technology' ,
84- 'Intended Audience :: System Administrators' ,
85- 'License :: OSI Approved :: MIT License' ,
86- 'Operating System :: POSIX :: Linux' ,
87- 'Programming Language :: Python' ,
88- 'Programming Language :: Python :: 2' ,
89- 'Programming Language :: Python :: 2.7' ,
90- 'Programming Language :: Python :: 3' ,
91- 'Programming Language :: Python :: 3.5' ,
92- 'Programming Language :: Python :: 3.6' ,
93- 'Programming Language :: Python :: 3.7' ,
94- 'Programming Language :: Python :: 3.8' ,
95- 'Programming Language :: Python :: Implementation :: CPython' ,
96- 'Programming Language :: Python :: Implementation :: PyPy' ,
97- 'Topic :: Software Development' ,
98- 'Topic :: Software Development :: Build Tools' ,
99- 'Topic :: Software Development :: Libraries :: Python Modules' ,
100- 'Topic :: System :: Archiving :: Packaging' ,
101- 'Topic :: System :: Installation/Setup' ,
102- 'Topic :: System :: Software Distribution' ,
103- 'Topic :: System :: Systems Administration' ,
104- 'Topic :: Terminals' ,
105- 'Topic :: Utilities' ,
106- ])
64+ install_requires = get_requirements ('requirements.txt' )
65+ )
0 commit comments