summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-02-17 01:25:52 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-02-17 01:25:52 -0600
commitca019ea6723ffb841e8ce295e48ea0472aeac96d (patch)
treecb0bd57562235eeb21411a2e53bf1cf939c2e83a
parenta5d9664a9264f45b088cc363331b391a40779b40 (diff)
fix classifiers, bump versionv1.0.1
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog12
-rw-r--r--setup.cfg32
3 files changed, 30 insertions, 16 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..d7cd106
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+David Luevano Alvarado <david@luevano.xyz>
+David Luevano Alvarado <lorentzeus@gmail.com>
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..40f5b84
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,12 @@
+CHANGES
+=======
+
+v1.0.0
+------
+
+* finish testing and polishing, add readme
+* add type hints
+* add more testing and fix small bugs
+* add simple tests and simple working solution
+* add boilerplate code, rename repo
+* Initial commit
diff --git a/setup.cfg b/setup.cfg
index 24c970c..728ef9e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,22 +8,22 @@ license = GPLv3
home_page = https://github.com/luevano/pymdvar
classifiers =
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: OS Independent,
- Programming Language :: Python,
- Programming Language :: Python :: 3,
- 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,
- Programming Language :: Python :: 3 :: Only,
- Topic :: Communications :: Email :: Filters,
- Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries,
- Topic :: Internet :: WWW/HTTP :: Site Management,
- Topic :: Software Development :: Documentation,
- Topic :: Software Development :: Libraries :: Python Modules,
- Topic :: Text Processing :: Filters,
- Topic :: Text Processing :: Markup :: HTML,
+ Operating System :: OS Independent
+ Programming Language :: Python
+ Programming Language :: Python :: 3
+ 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
+ Programming Language :: Python :: 3 :: Only
+ Topic :: Communications :: Email :: Filters
+ Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
+ Topic :: Internet :: WWW/HTTP :: Site Management
+ Topic :: Software Development :: Documentation
+ Topic :: Software Development :: Libraries :: Python Modules
+ Topic :: Text Processing :: Filters
+ Topic :: Text Processing :: Markup :: HTML
Topic :: Text Processing :: Markup :: Markdown
keywords =
python