Compare commits

..

No commits in common. "864b2161b16e432c8ba19db1914809e080d793af" and "0819d23f47ebf61cacedb6648feaab252d5741ff" have entirely different histories.

2 changed files with 4 additions and 23 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/python
from setuptools import setup
from distutils.core import setup
setup(
name='servefile',
@ -9,7 +9,7 @@ setup(
platforms='posix',
version='0.4.4',
license='GPLv3 or later',
url='https://seba-geek.de/stuff/servefile/',
url='http://seba-geek.de/stuff/servefile/',
author='Sebastian Lohff',
author_email='seba@someserver.de',
install_requires=['pyopenssl'],
@ -19,24 +19,5 @@ setup(
'requests',
],
scripts=['servefile'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Natural Language :: English',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Communications',
'Topic :: Communications :: File Sharing',
'Topic :: Internet',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: HTTP Servers',
'Topic :: Utilities',
],
)

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py36,py37,py38
envlist = py27,py36
[testenv]
deps =