Skip to content

Commit

Permalink
Sending to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Serrano committed Apr 1, 2017
1 parent 82e2c4b commit 366bacd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
BUILD GEOMODELR TO DISTRIBUTE

To build geomodelr distribution execute:

python setup.py sdist
twine upload -u username -p password dist/geomodelr-x.y.z.tar.gz

6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def if_env(**kwargs):
extra_compile_args=['-std=c++11'])

setup(name='geomodelr',
version='0.1.1',
version='0.1.2',
description='Geomodelr is the open source query tool for geomodelr.com models.',
url='http://github.com/rserrano/geomodelr',
author='Ricardo Serrano',
Expand Down

0 comments on commit 366bacd

Please sign in to comment.