setuptools
This commit is contained in:
parent
d3a4c0a140
commit
d27e779563
2 changed files with 4 additions and 1 deletions
2
pyproject.toml
Normal file
2
pyproject.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[build-system]
|
||||
requires = ["setuptools"]
|
3
setup.py
3
setup.py
|
@ -9,7 +9,8 @@ def get_version():
|
|||
return rev or u'unknown'
|
||||
|
||||
|
||||
setup(name='oxtimelines',
|
||||
setup(
|
||||
name='oxtimelines',
|
||||
version='0.%s' % get_version(),
|
||||
scripts=[
|
||||
'bin/oxtimelines',
|
||||
|
|
Loading…
Add table
Reference in a new issue