Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hugetim/nbstata
Browse files Browse the repository at this point in the history
  • Loading branch information
hugetim committed Nov 21, 2022
2 parents 5f81754 + dc08d0c commit c86beca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s

### PyPI ###
audience = Stata users
audience = Science/Research
author = Tim Huegerich
author_email = [email protected]
copyright = 2022 onwards, %(author)s
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
include_package_data = True,
install_requires = requirements,
extras_require={ 'dev': dev_requirements },
setup_requires = ['wheel'], # https://stackoverflow.com/questions/34819221/why-is-python-setup-py-saying-invalid-command-bdist-wheel-on-travis-ci#comment99762029_54833684
dependency_links = cfg.get('dep_links','').split(),
python_requires = '>=' + cfg['min_python'],
long_description = open('README.md').read(),
Expand Down

0 comments on commit c86beca

Please sign in to comment.