Skip to content

Commit

Permalink
Fixed classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Jun 29, 2019
1 parent 7c0b819 commit 182cb4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -18,7 +18,7 @@ lint:

clean:
rm -rf venv .tox .pytest_cache ./**/__pycache__
rm -rf dist build .egg sec_edgar_downloader.egg-info
rm -rf dist build .egg .eggs sec_edgar_downloader.egg-info
rm -f ./**/*.pyc .coverage

docs:
Expand All @@ -28,4 +28,4 @@ publish: clean
pip3 install -U setuptools twine wheel
python3 setup.py sdist bdist_wheel
twine upload dist/*
rm -rf dist build .egg sec_edgar_downloader.egg-info
rm -rf dist build .egg .eggs sec_edgar_downloader.egg-info
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -25,11 +25,11 @@
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Financial and Insurance Industry"
"Intended Audience :: Financial and Insurance Industry",
"Natural Language :: English",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Office/Business :: Financial",
"Topic :: Office/Business :: Financial :: Investment"
"Topic :: Office/Business :: Financial :: Investment",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 182cb4b

Please sign in to comment.