Skip to content

Commit

Permalink
setup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Nov 25, 2016
1 parent c97931d commit 2bc1fe6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1 +1,2 @@
include *.rst
recursive-include ziggurat_foundations/migrations *.py
23 changes: 10 additions & 13 deletions setup.py
Expand Up @@ -23,25 +23,22 @@
long_description=README,
author='Marcin Lulek',
author_email='info@webreactor.eu',
url='https://github.com/ergo/ziggurat_foundations',
license='BSD',
classifiers=[
'Classifier: Development Status :: 5 - Production/Stable',
'Classifier: Framework :: Flask',
'Classifier: Framework :: Pylons',
'Classifier: Framework :: Pyramid',
'Classifier: License :: OSI Approved :: BSD License',
'Classifier: Programming Language :: Python :: 2.7',
'Classifier: Programming Language :: Python :: 3.3',
'Classifier: Programming Language :: Python :: 3.4',
'Classifier: Programming Language :: Python :: 3.5'
'Development Status :: 5 - Production/Stable',
'Framework :: Flask',
'Framework :: Pylons',
'Framework :: Pyramid',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
],
packages=find_packages(),
zip_safe=True,
include_package_data=True,
package_data={
'': ['*.txt', '*.rst', '*.ini', '*.mako'],
'ziggurat_foundations': ['migrations/versions/*.py'],
},
test_suite='ziggurat_foundations.tests',
tests_require=[
"coverage",
Expand Down

0 comments on commit 2bc1fe6

Please sign in to comment.