equal
deleted
inserted
replaced
1 from setuptools import setup, find_packages |
1 from setuptools import setup, find_packages |
|
2 |
|
3 # Will set CURRENT_VERSION to the current version string and VERSION to the |
|
4 # current version tuple |
|
5 exec(compile(open("src/catedit/version.py"), "version.py", "exec")) |
2 |
6 |
3 setup( |
7 setup( |
4 name='catedit', |
8 name='catedit', |
5 version="0.1.2", |
9 version=CURRENT_VERSION, |
6 url='http://www.iri.centrepompidou.fr', |
10 url='http://www.iri.centrepompidou.fr', |
7 author='I.R.I.', |
11 author='I.R.I.', |
8 author_email='dev@iri.centrepompidou.fr', |
12 author_email='dev@iri.centrepompidou.fr', |
9 description='Category editor', |
13 description='Category editor', |
10 license='CECILL-B', |
14 license='CECILL-B', |