Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaselsteiner committed Oct 17, 2018
2 parents b492f58 + ada346d commit b475f0b
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,12 @@
author_email='virocon@uni-bremen.de',


# For a list of valid classifiers, see
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[ # Optional
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
classifiers=[
'Development Status :: 5 - Production/Stable',

# Indicate who your project is intended for
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering',

# Pick your license as you wish
'License :: OSI Approved :: MIT License',

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
],

packages=['viroconcom'],
Expand All @@ -73,8 +60,6 @@
'test': [],
},

# This field corresponds to the "Project-URL" metadata fields:
# https://packaging.python.org/specifications/core-metadata/#project-url-multiple-use
project_urls={ # Optional
'Documentation': 'https://virocon-organization.github.io/viroconcom/',
'Source Code': 'https://github.com/virocon-organization/viroconcom',
Expand Down

0 comments on commit b475f0b

Please sign in to comment.