Skip to content

Commit d12e2f4

Browse files
Updated setup.py clasifiers / .gitignore.
1 parent c54659d commit d12e2f4

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
*.py[cod]
22
__pycache__
3+
# Packages
4+
*.egg
5+
*.egg-info
6+
dist
7+
build
8+

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ universal = 1
33

44
[metadata]
55
description-file = README.rst
6-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
zip_safe=False,
6767
keywords='django deno rollup runserver collectstatic'.split(),
6868
classifiers=[
69-
'Development Status :: 2 - Pre-Alpha',
69+
'Development Status :: 3 - Alpha',
7070
'Environment :: Web Environment',
7171
'Framework :: Django',
7272
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)