diff --git a/.gitignore b/.gitignore index 6f96f7faac16fc23364231c0e49dd03cbbd77adb..6fe12c4bb68f8569b8f1945d8df2436732470308 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ pcigale/data/data.db pcigale.egg-info docs/_build docs/api +dist/ +build/ diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index dd55ae2f1f621609aae17f61cdc03d2b22015aec..0000000000000000000000000000000000000000 --- a/setup.cfg +++ /dev/null @@ -1,3 +0,0 @@ -[egg_info] -tag_build = .dev -tag_svn_revision = 1 \ No newline at end of file diff --git a/setup.py b/setup.py index 3b726b822070d2d0f1360482ca7c2a1b1fc389f9..79919eb881f5dc9f76aa7014c8bb09f0c9cc4859 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( install_requires=['numpy', 'scipy', 'sqlalchemy', 'matplotlib', 'configobj', 'astropy'], - + setup_requires=['numpy', 'scipy', 'astropy', 'sqlalchemy', 'configobj'], entry_points=entry_points, cmdclass={"build": custom_build}, @@ -52,6 +52,7 @@ setup( author="The CIGALE team", author_email="cigale@lam.fr", + url="https://cigale.lam.fr", description="Python Code Investigating Galaxy Emission", license="CeCILL-V2", keywords="astrophysics, galaxy, SED fitting"