This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-Tools
/
python-rsrcfork
Watch
1
Star
0
Fork
0
You've already forked python-rsrcfork
mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced
2024-11-22 14:32:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
82b5926b4f
python-rsrcfork
/
setup.py
6 lines
62 B
Python
Raw
Normal View
History
Unescape
Escape
Add setup.py
2016-12-24 16:40:56 +00:00
#!/usr/bin/env python3
import
setuptools
Switch back to using attr directive in setup.cfg version As of setuptools 46.4.0, this extracts the attribute value statically using the ast module, if possible. This allows it to work properly even if the attribute is stored in a file that cannot be imported at setup time (e. g. because of dependencies that might not be installed yet).
2020-07-18 11:13:19 +00:00
setuptools
.
setup
(
)
Reference in New Issue
Copy Permalink