Commit graph

22 commits

Author SHA1 Message Date
b5346f9c57 do not translate type + remove doc (it's now description(uncalculated=True) + add option.followers() + export append/remove property informations 2024-08-02 10:54:47 +02:00
428e243630 4.0.1 2023-12-14 21:39:43 +01:00
Emmanuel Garette
50d42624cc better support of PACKAGE_DST environment variable 2020-08-12 11:55:55 +02:00
Emmanuel Garette
c5ce9be699 doc + description + can updates with dict 2019-07-29 22:13:04 +02:00
Emmanuel Garette
48b3b7e8a4 flit 2019-04-07 20:51:53 +02:00
gwen
26fa923139 sub packages in the setup.py 2019-01-28 17:28:14 +01:00
gwen
caaeb93333 deprecation in the setup file 2018-08-14 11:42:53 +02:00
Emmanuel Garette
ebf84b5a69 can change package name 2016-04-07 15:53:48 +02:00
Emmanuel Garette
8c733d5303 update setup.py 2016-03-10 14:50:27 +01:00
Emmanuel Garette
4a44068a23 Merge branch 'master' into lgpl
Conflicts:
	setup.py
2013-09-22 22:01:19 +02:00
Emmanuel Garette
e929745ebf corrections in setup.py 2013-09-16 14:02:55 +02:00
gwen
b492874cbe version for setup.py 2013-09-11 20:53:49 +02:00
gwen
7dd9394b84 makefile and docstrings 2013-09-02 15:06:55 +02:00
Emmanuel Garette
f379a0fc0a update Makefile and setup.py 2013-09-01 23:09:50 +02:00
gwen
4d6d8bf201 version for setup.py 2013-08-29 16:38:23 +02:00
gwen
af50605d73 version for setup.py 2013-08-29 12:15:12 +02:00
Daniel Dehennin
28d053430b Fix installation for non EOLE developpers
The version is extracted from “relase/” tags and they exists only on EOLE
git repository.

* Makefile (install): Depends on version file.
  (version.in): Fake dev version for developpers without devel release
  tags

* setup.py: Add missing subprocess import.
  (fetch_version): Use same fallback version as Makefile.
2013-07-18 12:23:50 +02:00
Daniel Dehennin
5730a97728 Dynamic version and Makefile target to generate a distribution
The version is extracted from the last tag name minus the 'release/'
prefix.

* AUTHORS: Add mysel as contributor.

* setup.py: Add a function to get version from extracted version.in file
  or from the last tag name.

* Makefile: Add a target to generate the version.in file from the last
  tag name.

* .gitignore: Ignore the version.in file.
2012-07-24 15:16:40 +02:00
gwen
5024751d3d setup version 2012-07-23 17:15:30 +02:00
Daniel Dehennin
929ca66bd7 The package_dir is useless when the directory name is the package name
* setup.py: Remove package_dir.
2012-07-23 15:14:17 +02:00
gwen
a871cab083 relative imports to absolute imports (fixes #2667) 2012-07-23 14:39:16 +02:00
gwen
e3b379b974 ready for debian packaging now 2012-07-13 11:22:00 +02:00