Skip to content

Commit

Permalink
packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherbaier committed Jun 2, 2021
1 parent da9e409 commit e727548
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Empty file added geograph/__init__.py
Empty file.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from setuptools import setup

setup(
name='geograph',
version='0.0.1',
description='GeoGraph tools',
url='[email protected]:heatherbaier/geograph.git',
author='Heather Baier',
author_email='[email protected]',
license='unlicense',
packages=['geograph'],
zip_safe=False
)

0 comments on commit e727548

Please sign in to comment.