This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
github.com_openSUSE_osc
Watch
1
Star
0
Fork
0
You've already forked github.com_openSUSE_osc
mirror of
https://github.com/openSUSE/osc.git
synced
2024-11-09 14:26:15 +01:00
Code
master
github.com_openSUSE_osc
/
setup.py
9 lines
95 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Make python3 explicit
2020-09-19 23:28:30 +02:00
#!/usr/bin/env python3
- reorganize source to build a python module - add setup.py - add osc-wrapper.py as a wrapper script, so the module can be used when installed in the system as well as in the uninstalled source directory
2006-05-10 16:21:51 +02:00
Clean imports up, drop python 2 fallbacks
2022-07-28 12:28:33 +02:00
[python3] setup.py now supports python3
2018-12-13 13:15:31 +01:00
import
setuptools
Automatic package publication via Travis CI * `.travis.yml` - Reformatted for easier reading - Used `before_*` statements instead of script chains - Publish only source packages * `setup.py` - Reformatted for easier reading - Use README contents for `long_description` to have a nice description on PyPI - Added classifiers - Added explicit package dependencies * fixes #658 * fixes #708
2020-02-13 14:41:15 +01:00
Move python package metadata from setup.py to setup.cfg
2022-08-24 10:05:49 +02:00
if
__name__
==
"
__main__
"
:
setuptools
.
setup
(
)
Copy Permalink