Prepare for pypi.org release

see #8
This commit is contained in:
Milan Stute
2019-08-21 10:53:01 +02:00
parent 82639971b3
commit e981268e74
3 changed files with 9 additions and 3 deletions
View File
+1 -1
View File
@@ -19,6 +19,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
import logging
__version__ = '0.10'
__version__ = '0.10.1'
logger = logging.getLogger(__name__)
+8 -2
View File
@@ -11,10 +11,16 @@ setup(
name='opendrop',
version=__version__,
python_requires='>=3.6',
description='An Open Source AirDrop Implementation',
description='An open Apple AirDrop implementation',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://owlink.org',
author='Milan Stute, Alexander Heinrich',
project_urls={
'Source': 'https://github.com/seemoo-lab/opendrop',
'Research Paper': 'https://usenix.org/conference/usenixsecurity19/presentation/stute',
},
author='The Open Wireless Link Project',
author_email='mstute@seemoo.tu-darmstadt.de',
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: MacOS',