Skip to content

Commit

Permalink
Prep release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uogbuji committed Nov 8, 2019
1 parent 7ce9a1c commit cb82923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pylib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version_info = ('3', '0', '2')
version_info = ('3', '0', '3')
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
Reluctantly use setuptools for now to get install_requires & long_description_content_type
$ python -c "import amara3; import amara3.iri; import amara3.uxml; import amara3.uxml.version; print(amara3.uxml.version.version_info)"
('3', '0', '1')
$ python -c "import amara3.version; print(amara3.version.version_info)"
('3', '0', '3')
'''

import sys
Expand All @@ -24,16 +24,14 @@
PROJECT_LICENSE = 'License :: OSI Approved :: Apache Software License'
PROJECT_AUTHOR = 'Uche Ogbuji'
PROJECT_AUTHOR_EMAIL = '[email protected]'
PROJECT_URL = 'https://github.com/uogbuji/amara3-xml'
PROJECT_URL = 'https://github.com/uogbuji/amara3-iri'
PACKAGE_DIR = {'amara3': 'pylib'}
PACKAGES = [
'amara3',
'amara3.contrib',
]
SCRIPTS = []

#FIXME: Trim some of these as amara3-xml & versa setup.py files are updated to handle requirements
#See: requirements.txt
CORE_REQUIREMENTS = [
'pytest',
]
Expand All @@ -60,7 +58,7 @@
LONGDESC = '''Core of the Amara3 project, which provides a variety of data processing tools. Core is mostly a library for handling Internationalized Resource Identifiers (IRIs)
'''

LONGDESC_CTYPE = 'text/markdown',
LONGDESC_CTYPE = 'text/markdown'


setup(
Expand Down

0 comments on commit cb82923

Please sign in to comment.