Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
thelabnyc
python-versiontag
Commits
51277f90
Commit
51277f90
authored
Apr 06, 2016
by
Craig Weber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use setuptools
parent
5ed53514
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
setup.py
setup.py
+13
-2
No files found.
setup.py
View file @
51277f90
#!/usr/bin/env python
import
codecs
import
os.path
from
distutils.core
import
setup
from
setuptools
import
setup
from
versiontag
import
get_version
,
cache_git_tag
packages
=
[
...
...
@@ -21,9 +21,20 @@ setup(
version
=
get_version
(
pypi
=
True
),
description
=
'Simple git tag based version numbers'
,
long_description
=
read
(
fpath
(
'README.rst'
)),
classifiers
=
[
'Development Status :: 5 - Production/Stable'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: ISC License (ISCL)'
,
'Operating System :: Unix'
,
'Operating System :: MacOS :: MacOS X'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
],
author
=
'Craig Weber'
,
author_email
=
'crgwbr@gmail.com'
,
url
=
'https://github.com/
crgwbr
/python-versiontag'
,
url
=
'https://github.com/
thelabnyc
/python-versiontag'
,
packages
=
packages
,
license
=
'LICENSE.md'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment