File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ Ready to publish a new version to PyPi? Here's how the workflow to follow.
119119 (pyLDAvis) $ tox
120120
121121 -- TestPyPi
122- (pyLDAvis) $ python setup.py sdist
122+ (pyLDAvis) $ python setup.py sdist bdist_wheel
123123 (pyLDAvis) $ twine check dist/*
124124 (pyLDAvis) $ twine upload --repository testpypi dist/*
125125
126126 -- Publish
127127 (pyLDAvis) $ twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
128- (pyLDAvis) $ rm dist/*.tar.gz
128+ (pyLDAvis) $ rm dist/*
129129
130130Note: MacOS Big Sur is both 10.16 and 11.0 – it’s official (https://eclecticlight.co/2020/07/21/big-sur-is-both-10-16-and-11-0-its-official/) ::
131131
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424 author = 'Ben Mabey' ,
25252626 url = 'https://github.com/bmabey/pyLDAvis' ,
27- download_url = 'https://github.com/bmabey/pyLDAvis/tarball/3.4.0' ,
27+ download_url = 'https://github.com/bmabey/pyLDAvis/tarball/3.4.0' ,
2828 packages = ['pyLDAvis' ],
2929 package_dir = {'pyLDAvis' : 'pyLDAvis' },
3030 tests_require = ['pytest' ],
31+ python_requires = ">=3.8" ,
3132 include_package_data = True ,
3233 install_requires = requirements ,
3334 license = 'BSD-3-Clause' ,
4243 'Programming Language :: Python :: 3' ,
4344 'Programming Language :: Python :: 3.8' ,
4445 'Programming Language :: Python :: 3.9' ,
46+ 'Programming Language :: Python :: 3.10' ,
47+ 'Programming Language :: Python :: 3.11' ,
4548 ]
4649)
You can’t perform that action at this time.
0 commit comments