Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
G
Ganymede
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
zimmermannCODE
Ganymede
Commits
078170b2
Commit
078170b2
authored
8 years ago
by
Stefan Zimmermann
Browse files
Options
Downloads
Patches
Plain Diff
setup: Update classifiers and code formatting
parent
7a968258
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+32
-23
32 additions, 23 deletions
setup.py
with
32 additions
and
23 deletions
setup.py
+
32
−
23
View file @
078170b2
...
...
@@ -3,6 +3,7 @@ import os
from
setuptools
import
setup
ROOT
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
sys
.
path
.
insert
(
0
,
ROOT
)
...
...
@@ -16,35 +17,43 @@ if os.path.exists(os.path.join(
setup
(
name
=
'
ganymede
'
,
version
=
ganymede
.
__version__
,
description
=
"
Hacking Jupyter
'
s atmosphere
"
,
name
=
'
ganymede
'
,
version
=
ganymede
.
__version__
,
description
=
"
Hacking Jupyter
'
s atmosphere
"
,
author
=
"
Stefan Zimmermann
"
,
author_email
=
"
<zimmermann.code@gmail.com>
"
,
url
=
"
https://github.com/zimmermanncode/ganymede
"
,
author
=
"
Stefan Zimmermann
"
,
author_email
=
"
<zimmermann.code@gmail.com>
"
,
url
=
"
https://github.com/zimmermanncode/ganymede
"
,
license
=
'
GPLv3
'
,
license
=
'
GPLv3
'
,
install_requires
=
open
(
os
.
path
.
join
(
ROOT
,
'
requirements.txt
'
)).
read
(),
install_requires
=
open
(
os
.
path
.
join
(
ROOT
,
'
requirements.txt
'
)).
read
(),
packages
=
[
'
ganymede
'
,
'
ganymede.static
'
,
packages
=
[
'
ganymede
'
,
'
ganymede.static
'
,
],
package_data
=
{
'
ganymede.static
'
:
[
'
*.svg
'
,
'
*.css
'
,
'
*.js
'
],
package_data
=
{
'
ganymede.static
'
:
[
'
*.svg
'
,
'
*.css
'
,
'
*.js
'
],
},
classifiers
=
[
'
Development Status :: 3 - Alpha
'
,
'
Intended Audience :: Developers
'
,
'
License :: OSI Approved :: GNU General Public License (GPL)
'
,
'
Operating System :: OS Independent
'
,
'
Topic :: Software Development
'
,
'
Topic :: Utilities
'
,
classifiers
=
[
'
Development Status :: 3 - Alpha
'
,
'
Intended Audience :: Developers
'
,
'
License :: OSI Approved :: GNU General Public License (GPL)
'
,
'
Operating System :: OS Independent
'
,
'
Programming Language :: Python
'
,
'
Programming Language :: Python :: 2
'
,
'
Programming Language :: Python :: 2.7
'
,
'
Programming Language :: Python :: 3
'
,
'
Programming Language :: Python :: 3.3
'
,
'
Programming Language :: Python :: 3.4
'
,
'
Programming Language :: Python :: 3.5
'
,
'
Programming Language :: JavaScript
'
,
'
Topic :: Software Development
'
,
'
Topic :: Utilities
'
,
],
keywords
=
[
'
ganymede
'
,
'
jupyter
'
,
'
ipython
'
,
'
notebook
'
,
keywords
=
[
'
ganymede
'
,
'
jupyter
'
,
'
ipython
'
,
'
notebook
'
,
],
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment