Skip to content

Commit

Permalink
Improve setup by adding twine.
Browse files Browse the repository at this point in the history
  • Loading branch information
zmasek committed Apr 26, 2019
1 parent b2c3bac commit 3a2698c
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -4,3 +4,5 @@ __pycache__
profile
*.egg-info/
docs/build/
build/
dist/
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -8,6 +8,6 @@ recursive-exclude tests *
recursive-exclude .circleci *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude docs *.rst conf.py Makefile *.jpg *.png *.gif

recursive-include shamrock *
recursive-include docs *.rst conf.py Makefile *.jpg *.png *.gif
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -12,6 +12,7 @@ vcrpy = "*"
sphinx = "*"
coveralls = "*"
pre-commit = "*"
twine = "*"

[requires]
python_version = "3.6"
58 changes: 54 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"'MIT license': 'License :: OSI Approved :: MIT License'",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 3a2698c

Please sign in to comment.