Skip to content

Commit

Permalink
Stubbed in setuptools package
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Mar 2, 2018
1 parent 4840b80 commit 4580cec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup

setup(
name = 'sharedstreets',
version = '0.0.0',
author = 'Kevin Webb, Denis Carriere, Michal Migurski',
description = 'Python implementation of SharedStreets Reference System',
license = 'MIT',
keywords = 'sharedstreets nacto openstreetmap map graph street',
url = 'https://github.com/sharedstreets/sharedstreets-python',
packages = ['sharedstreets'],
)
Empty file added sharedstreets/__init__.py
Empty file.

0 comments on commit 4580cec

Please sign in to comment.