Skip to content

Commit

Permalink
Merge pull request #8 from hotzenklotz/metadata
Browse files Browse the repository at this point in the history
Package metadata
  • Loading branch information
hotzenklotz authored Oct 26, 2018
2 parents 381d55f + c43ddb7 commit 1b1d4d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def run_tests(self):
packages = ['pybeerxml'],
version = VERSION,
description = 'A BeerXML Parser',
long_description=readme(),
author = 'Tom Herold',
author_email = '[email protected]',
url = 'https://github.com/hotzenklotz/pybeerxml',
Expand All @@ -55,7 +56,12 @@ def run_tests(self):
},
platforms='any',
keywords = ['beerxml', 'beer', 'xml', 'brewing'],
classifiers = [],
classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
],
license='MIT',
extras_require={
'testing': ['pytest'],
}
Expand Down

0 comments on commit 1b1d4d0

Please sign in to comment.