Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damnever committed Jun 22, 2022
1 parent dfb2b1b commit 4540cc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,3 @@ include CHANGELOG.md
include README.md
include LICENSE
include makefile
include pigar/tests/fake_simple_html.txt
include pigar/tests/fake_top_level.txt
include pigar/tests/fake_reqs.txt
include pigar/tests/imports_example/example1.py
include pigar/tests/imports_example/example2.py
include pigar/tests/imports_example/example3.py
include pigar/tests/imports_example/mainfoobar.py
include pigar/tests/imports_example/subbar/bar.py
include pigar/tests/imports_example/subfoo/foo.py
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,13 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3',
],
keywords='requirements.txt,automation,tool,module-search',
packages=find_packages(),
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=install_requires,
include_package_data=True,
entry_points={'console_scripts': [
Expand Down

0 comments on commit 4540cc0

Please sign in to comment.