Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pipeline
Commits
b8bcfe0f
Commit
b8bcfe0f
authored
Jul 06, 2016
by
Sobolev Nikita
Committed by
GitHub
Jul 06, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #576 from jazzband/sobolevn-patch-1
Added missing classifiers to the `setup.py`
parents
58059292
aef2c094
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
setup.py
+13
-1
No files found.
setup.py
View file @
b8bcfe0f
...
...
@@ -23,13 +23,25 @@ setup(
install_requires
=
install_requires
,
include_package_data
=
True
,
classifiers
=
[
'Development Status :: 5 - Production/Stable'
,
'Environment :: Web Environment'
,
'Framework :: Django'
,
'Framework :: Django :: 1.6'
,
'Framework :: Django :: 1.7'
,
'Framework :: Django :: 1.8'
,
'Framework :: Django :: 1.9'
,
'Intended Audience :: Developers'
,
'Development Status :: 5 - Production/Stable'
,
'License :: OSI Approved :: MIT License'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: Implementation :: PyPy'
,
'Topic :: Utilities'
,
'Topic :: Software Development :: Libraries :: Python Modules'
,
'Topic :: Internet :: WWW/HTTP'
,
'Topic :: Internet :: WWW/HTTP :: Dynamic Content'
,
]
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment