Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PaNOSC
Data Analysis Services
packme
Commits
3705de99
Commit
3705de99
authored
Jan 16, 2020
by
eric pellegrini
Browse files
relocated pkginfo parameters from setup.py to __pkginfo__.py
parent
c88a7593
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/packme/__pkginfo__.py
View file @
3705de99
...
...
@@ -18,5 +18,16 @@ __status__ = "Prototype"
__url__
=
"https://code.ill.fr/panosc/data-analysis-services/packme"
__version__
=
"0.0.1"
__version__
=
"0.0.2"
__long_description_content_type__
=
"text/markdown"
__classifiers__
=
[
"Programming Language :: Python :: 3"
,
"License :: OSI Approved :: MIT License"
,
"Intended Audience :: Developers"
,
"Operating System :: Linux"
,
"Natural Language :: English"
,
"Environment :: Console"
,
"Topic :: Software Development :: Libraries :: Python Modules"
,
"Topic :: System :: Packaging :: Virtualization"
]
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