Skip to content

Commit

Permalink
Updated setup.py clasifiers / .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri-Sintsov committed Mar 15, 2022
1 parent c54659d commit d12e2f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
*.py[cod]
__pycache__
# Packages
*.egg
*.egg-info
dist
build

1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ universal = 1

[metadata]
description-file = README.rst

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
zip_safe=False,
keywords='django deno rollup runserver collectstatic'.split(),
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit d12e2f4

Please sign in to comment.