4
setup.py
4
setup.py
@ -28,7 +28,7 @@ setup(
|
|||||||
author="Jim Martens",
|
author="Jim Martens",
|
||||||
author_email="github@2martens.de",
|
author_email="github@2martens.de",
|
||||||
url="https://git.2martens.de/2martens/calendar-synchronization",
|
url="https://git.2martens.de/2martens/calendar-synchronization",
|
||||||
version="1.0.0.dev1",
|
version="1.0.0",
|
||||||
namespace_packages=["twomartens"],
|
namespace_packages=["twomartens"],
|
||||||
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
|
||||||
package_dir={'': 'src'},
|
package_dir={'': 'src'},
|
||||||
@ -40,7 +40,7 @@ setup(
|
|||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Development Status :: 2 - Pre-Alpha",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"License :: OSI Approved :: Apache Software License",
|
"License :: OSI Approved :: Apache Software License",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
"Topic :: Utilities",
|
"Topic :: Utilities",
|
||||||
|
|||||||
Reference in New Issue
Block a user