Skip to content

Commit

Permalink
Add formating files
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus committed Dec 19, 2014
1 parent ddb8455 commit b927c2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ def reqs():
return [str(ir.req) for ir in install_reqs]

setup(
name="NanoDB",
version="0.0.1",
name="nanodb",
version="0.1",
license="Apache License 2.0",
author="Pierre-Marie Dartus",
author_email="[email protected]",
url="https://github.com/pmdartus/NanoCube",
description="In memory database for geolocated and temporal data",
download_url="https://github.com/pmdartus/NanoCube/tarball/0.1",
long_description=os.path.join(os.path.dirname(__file__), "Readme.md"),
packages=find_packages(exclude=['test']),
install_requires=reqs(),
Expand Down

0 comments on commit b927c2a

Please sign in to comment.