Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed PyQt5 from install_requires |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d5acc2cade546908b95fa6ec0c781327 |
User & Date: | jmcclure 2018-08-20 21:16:04 |
Context
2019-09-07
| ||
19:19 | updated urls in info.html repo->code check-in: 7cc7d5b1cb user: jmcclure tags: trunk | |
2018-08-20
| ||
21:16 | Removed PyQt5 from install_requires check-in: d5acc2cade user: jmcclure tags: trunk | |
2017-09-28
| ||
12:48 | Updated fex paper link to DOI check-in: d5d399a28b user: jmcclure tags: trunk | |
Changes
Changes to setup.py.
︙ | ︙ | |||
20 21 22 23 24 25 26 | ], url='http://jessemcclure.org', author='Jesse McClure', author_email='jmcclure@broadinstitute.org', license='MIT', packages=['tweetypy'], package_data={'tweetypy': ['*.yaml']}, | | | 20 21 22 23 24 25 26 27 28 29 30 31 | ], url='http://jessemcclure.org', author='Jesse McClure', author_email='jmcclure@broadinstitute.org', license='MIT', packages=['tweetypy'], package_data={'tweetypy': ['*.yaml']}, install_requires=['numpy', 'scipy', 'pyYAML'], python_requires='>=3', entry_points={'console_scripts': ['tweetypy=tweetypy:main']}, include_package_data=True, zip_safe=False) |