Skip to content

Commit

Permalink
Merge pull request #69 from pybee/phildini-setup-urls
Browse files Browse the repository at this point in the history
Add more information to the setup.py for cricket
  • Loading branch information
freakboy3742 committed May 16, 2018
2 parents eef8d5a + 9cb61db commit f31eacb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
'cricket': ['icons/*'],
},
include_package_data=True,
install_requires=['toga==0.3.0.dev8'],
install_requires=[
'toga==0.3.0.dev8',
'setuptools==39.1.0',
],
scripts=[],
entry_points={
'console_scripts': [
Expand All @@ -54,5 +57,11 @@
'Topic :: Software Development :: Testing',
'Topic :: Utilities',
],
test_suite='tests'
test_suite='tests',
package_urls={
'Funding': 'https://pybee.org/contributing/membership/',
'Documentation': 'http://cricket.readthedocs.io/en/latest/',
'Tracker': 'https://github.com/pybee/cricket/issues',
'Source': 'https://github.com/pybee/cricket',
},
)

0 comments on commit f31eacb

Please sign in to comment.