Skip to content

Commit

Permalink
Improve the way sdist is build, before publishing to PyPI (see #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Nov 29, 2017
1 parent 2e61525 commit 600f9e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
prune indexdigest/test
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ demo:

sql-console:
mysql --protocol=tcp -uindex_digest -pqwerty index_digest

publish:
# run git tag -a v0.0.0 before running make publish
python setup.py sdist upload -r pypi
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
version=VERSION,
author='Maciej Brencz',
author_email='[email protected]',
license='MIT',
description='Analyses your database queries and schema and suggests indices improvements',
url='https://github.com/macbre/index-digest',
packages=find_packages(),
Expand Down

0 comments on commit 600f9e8

Please sign in to comment.