Skip to content

Commit

Permalink
add packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Sep 22, 2022
1 parent e3be59d commit 6af4915
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2.7",
"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",
"Topic :: Scientific/Engineering :: Astronomy",
],
keywords="bibtex ads",
Expand All @@ -53,6 +56,7 @@
"ads>=0.12.3",
"bibtexparser>=0.6.2",
"requests>=2.0",
"packaging>=17.0",
"future>=0.12.0 ; python_version < '3.0'",
],
entry_points={"console_scripts": ["adstex=adstex:main"]},
Expand Down

0 comments on commit 6af4915

Please sign in to comment.