Skip to content

Commit

Permalink
Merge pull request #54 from cav71/pypi-doc
Browse files Browse the repository at this point in the history
metadata updated
  • Loading branch information
mocnik-science authored Jun 7, 2022
2 parents 7d6c7ce + fde9363 commit f72cc79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 9 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# see https://packaging.python.org/en/latest/tutorials/packaging-projects

[metadata]
description-file = README.md
description = A library to access OpenStreetMap related services
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3

6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
f.write('pkgVersion = \'%s\'\n' % pkgVersion)
f.write('pkgUrl = \'%s\'\n' % pkgUrl)

# see setup.cfg for metadata
setuptools.setup(
name=pkgName,
packages=setuptools.find_packages(),
Expand All @@ -31,13 +32,8 @@
version=pkgVersion,
author='Franz-Benjamin Mocnik',
author_email='[email protected]',
description='A library to access OpenStreetMap related services',
license='GPL-3',
url=pkgUrl,
download_url='',
keywords=['OpenStreetMap', 'OSM', 'service', 'overpass', 'nominatim'],
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3',
],
)

0 comments on commit f72cc79

Please sign in to comment.