|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
|
|
|
|
setuptools.setup(
|
|
|
name="pyAnaf",
|
|
|
- version="0.0.2",
|
|
|
+ version="0.0.3",
|
|
|
author="Radu Boncea",
|
|
|
author_email="radu.boncea@gmail.com",
|
|
|
description="A wrapper API of ANAF web services",
|
|
@@ -25,8 +25,6 @@ setuptools.setup(
|
|
|
"Intended Audience :: Developers",
|
|
|
"Intended Audience :: Financial and Insurance Industry",
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
- "Programming Language :: Python :: 2.6",
|
|
|
- "Programming Language :: Python :: 2.7",
|
|
|
"Programming Language :: Python :: 3.0",
|
|
|
"Programming Language :: Python :: 3.1",
|
|
|
"Programming Language :: Python :: 3.2",
|
|
@@ -34,6 +32,11 @@ setuptools.setup(
|
|
|
"Programming Language :: Python :: 3.4",
|
|
|
"Programming Language :: Python :: 3.5",
|
|
|
"Programming Language :: Python :: 3.6",
|
|
|
+ "Programming Language :: Python :: 3.7",
|
|
|
+ "Programming Language :: Python :: 3.8",
|
|
|
+ "Programming Language :: Python :: 3.9",
|
|
|
+ "Programming Language :: Python :: 3.10",
|
|
|
+ "Programming Language :: Python :: 3.11",
|
|
|
"Topic :: Database :: Front-Ends",
|
|
|
"Topic :: Office/Business :: Financial :: Accounting",
|
|
|
"Topic :: Software Development :: Libraries :: Python Modules",
|