Skip to content

Commit

Permalink
Setup.py Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DolphDev committed Jan 24, 2018
1 parent 27b803d commit 2e7aa44
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""


version = '0.0.0.1'
version = '0.1'

from setuptools import setup
setup(name='psv',
Expand All @@ -16,11 +16,13 @@
url='https://github.com/Dolphman/PSV',
packages=['psv', 'psv.core', 'psv.core.objects', 'psv.core.parsing', 'psv.core.output', "psv.core.utils", "psv.core.exceptions"],
package_data={'': ['LICENSE.txt', "readme.md"]},
keywords=['csv', "Comma Separated Values", "Python Separated Values"],
keywords=['csv', "Comma Separated Values", "Python Separated Values", "psv"],
classifiers=["License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Utilities",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5"] )
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"]
)

0 comments on commit 2e7aa44

Please sign in to comment.